[SPARK-3707] [SQL] Fix bug of type coercion in DIV#2559
[SPARK-3707] [SQL] Fix bug of type coercion in DIV#2559chenghao-intel wants to merge 2 commits intoapache:masterfrom
Conversation
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
Test FAILed. |
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
Test FAILed. |
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
Why are you changing this line? this could give more information
There was a problem hiding this comment.
Thanks for noticing this, I have reverted it.
There was a problem hiding this comment.
Probably we couldn't revert this, seems it leads a compiling error.
There was a problem hiding this comment.
As a note it looks like importing dsl.expressions._ is the cause as it also uses ===.
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test FAILed. |
|
Looks like the failure is a legitimate compilation problem. |
d1c553f to
199a85d
Compare
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test PASSed. |
|
@marmbrus any more comments on this? |
|
Thanks, I've merged this to master. |
Calling
BinaryArithmetic.dataTypewill throws exception until it's resolved, but in type coercion ruleDivision, seems doesn't follow this.